var net/http.http2errRequestCanceled
12 uses
net/http (current package)
h2_bundle.go#L8345: var http2errRequestCanceled = errors.New("net/http: request canceled")
h2_bundle.go#L8465: return http2errRequestCanceled
h2_bundle.go#L8540: cs.abortStream(http2errRequestCanceled)
h2_bundle.go#L8541: return nil, cancelRequest(cs, http2errRequestCanceled)
h2_bundle.go#L8579: return http2errRequestCanceled
h2_bundle.go#L8640: err = http2errRequestCanceled
h2_bundle.go#L8686: return http2errRequestCanceled
h2_bundle.go#L8705: return http2errRequestCanceled
h2_bundle.go#L8792: cs.bufPipe.CloseWithError(http2errRequestCanceled)
h2_bundle.go#L9069: return 0, http2errRequestCanceled
h2_bundle.go#L9859: return http2errRequestCanceled
transport.go#L2648: var errRequestCanceled = http2errRequestCanceled
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |